Lake

Results 22 issues of Lake

**Operating System**: (`Windows` or `Linux` or `MacOS`) Windows **DocFX Version Used**: - docfx 2.44.0.0 - docfx 2.59.2.0 **Template used**: (`default` or `statictoc` or contain custom template) default **Steps to Reproduce**:...

**The Current Issue** There is currently no raylib physics implementation **The Proposal** Proposed to add Raylibs implementation of Physics. https://github.com/raysan5/raylib/blob/master/src/physac.h

enhancement

**The Current Issue** DrawText currently takes a string and draws a text to the screen **The Paradigm to Match** The text argument is flat and must require a manual call...

enhancement
goification

**The Current Issue** LoadSound will just silently fail and won't work silently when trying to use it. **The Paradigm to Match** When loading sounds, an error should be returned to...

enhancement
goification

Godot seems to be a very popular tool now, there should be a port of this library like [lachee/discord-rpc-unity](https://github.com/lachee/discord-rpc-unity) that supports Godot Looking for anyone who is willing to put...

enhancement
good first issue

Using a `NumberInput` with a label inside a `FluidForm` causes the label to be embeded within the value. If a label is given, the field should be bigger to accommodate...

fluid-form

MonoScripts that have had their icons set in the editor will now be displayed optionally with the rest of the icons. ![image](https://i.lu.je/2022/Unity_luTooyhuQc.png) ![image2](https://i.lu.je/2022/Unity_gWgt09BcIM.png)

Added a SVG flag in the query params so you can test the SVG modes easier and also changed the footer to link back to the GH project.

The plugin included for Unix is a `.so` file but Unity requires a `.bundle` file for Mac OS: ``` For cross platform plug-ins you must include the .bundle (for Mac),...

enhancement
help wanted
good first issue

**Is your feature request related to a problem? Please describe.** I use simple-runtypes for my data validation in my project but SuperForms does not support it. **Describe the solution you'd...

enhancement
adapter