a toolkit for developing cross-platform user interfaces with openGL (gradually migrating from github)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 15 lines 119 B view raw
1# waf stuff 2.lock-waf* 3.waf* 4 5# python stuff 6__pycache__ 7*.pyc 8*.pyo 9 10# build stuff 11build/ 12 13# temporary stuff 14*.swp 15*~