https://github.com/kasvith/cute2d
A cute 2D game engine
https://github.com/kasvith/cute2d
Last synced: 5 months ago
JSON representation
A cute 2D game engine
- Host: GitHub
- URL: https://github.com/kasvith/cute2d
- Owner: kasvith
- Created: 2016-04-13T15:14:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T15:27:30.000Z (about 10 years ago)
- Last Synced: 2025-02-04T08:44:13.210Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cute2D
A cute 2D game engine
Aim of this project is to create a user friendly 2D game engine which supports various platforms
including Windows,Linux,Mac,Android etc.
Game engine will use SDL or either DirectX/OpenGL for its backend
Engine will use Python for scripting and any C++ native library could be imported.
Cute2D includes an editor called Cute Editor
For designers this will include a Visual Scripting system which runs python commands from Designer.
This game engine mainly target Top Down RPG style games.
So tile painting will be easier here than any other availble.
Futher information will be added soon.