Tagged Questions
3
votes
0answers
71 views
Creating Animal Crossing style world rendering with Python
I've dabbled a bit with writing 3D rendering code in the past, although I'm interested in knowing if there is existing code (libraries) written for/with bindings to Python that might facilitate the ...
2
votes
2answers
515 views
Scripting language with class instance support
I have come across the need to use a scripting engine for my C++ game, but after experimenting with many languages since the last few days, nothing has truly stood out as the obvious choice for a ...
1
vote
1answer
112 views
Looking for a library to create a grid based first person game online
Before I go and build it myself, I have been looking for a library that may help making a grid based first person view similar to:
https://www.youtube.com/watch?v=GwmZoCFd4Us
I plan to make a web ...
0
votes
1answer
202 views
Python library for scripting (C++ integration)
Please advise me good wrapper/library for python. I need to implement simple scripting in c++ app; Under "good" I mean pretty understandable, well documented, no memory leaking, fast. For creating ...