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

677 B
Raw Blame History

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