This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
DanmakuProject/README.md

17 lines
677 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DanmakuProject
This is made for a school project. It uses SDL2 under Java using JNA library.
The main bindings are from libjsdl which is an attempt to create an interface for SDL2 using JNA
but it lacks documentation and demonstration (still a great project). Some SDL2_mixer bindings are
also created using JNA, which is not part of the libjsdl. (see Audio.java)
I hope this proves to be a good demonstration for using libjsdl and JNA.
## Credits:
* Furkan Mudanyalı (Code, planning, execution etc.)
* graphLoom, (Music, assets)
### Further Credits:
* libjsdl contributors (especially shinedeveloper for a loot of bindings)
* SDL2 contributors
* SDL2_mixer contributors