coderedart / luaegui

rust mlua bindings for egui
20 stars 0 forks source link

Easy ways to contribute to this project #5

Open coderedart opened 1 year ago

coderedart commented 1 year ago

The vast majority of work is manual copy-pasting in nature. So, even rust newbies should be able to help out.

So, you can help this project in three ways.

  1. Complete the API by filling up any missing fields/functions
  2. Complete the egui.d.lua type definitions for linting and other tooling support when writing lua code.
  3. Creating an issue when you find an error in the API or if you think there is an easier way to do something.