https://github.com/green-sky/apricotsng
Apricots port to sdl2
https://github.com/green-sky/apricotsng
8bit apricots apricotsng retrogaming sdl2
Last synced: 3 months ago
JSON representation
Apricots port to sdl2
- Host: GitHub
- URL: https://github.com/green-sky/apricotsng
- Owner: Green-Sky
- License: gpl-2.0
- Created: 2019-11-12T12:58:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T14:11:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T00:24:23.194Z (9 months ago)
- Topics: 8bit, apricots, apricotsng, retrogaming, sdl2
- Language: C++
- Homepage:
- Size: 1.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# ApricotsNG
A Apricots port to SDL2 and a modern build system (cmake).
[try Emscripten-port in browser](https://green-sky.github.io/ApricotsNG/)
Should build on any modern build system supporting at least cmake 3.0 and c++.
## Important Changes
- all resources have been moved to `res/`
- all source files have been moved to `src/`
- now requires SDL2 :smirk:
- doesn't require alut, when using OpenAL (file loading is now implemented in sdl)## TODO
- use sdl renderer
[old TODO](TODO.old)
[old README](README.old.md)