-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example suggestions #73
Comments
Collected suggestions from discord/twitter/bsky:
|
|
There are smaller other things that would be good, but perhaps its better if they are directly documented in the pkgs. For eg., how to use the different containers? How to use stuff from One suggestion: Put all the examples in one html file and ship it with the compiler. |
@karl-zylinski I think math/rand could be a good one, e.g. setting seeds, a few examples |
|
Not sure if there is already but an example usage for |
I wrote it mainly to help benchmark our hash implementations, to check for major regressions, but made it general enough to possibly be useful in other ways. If you wrote an example for it, I'd be happy to give feedback, and if you have thoughts on how to improve it to be more useful, I'll happily entertain a patch for it as well. |
What is the location of this Hash usage? I'd like to check it out for ideas |
Examples for |
looks like it's here: https://github.com/odin-lang/Odin/blob/master/tests/benchmark/hash/benchmark_hash.odin |
I noticed the SDL3 examples can be seen online due to them using wasm: https://examples.libsdl.org/SDL3/ So I think an example of using SLD3 with wasm and microui would be really usefull. Also a example of raylib / micrui / wasm would be great. |
@clankill3r we will probably not be adding any wasm examples using emscripten, we don't want to support it (emscripten) officially and if we then bring out official examples using it it's gonna blur the lines too much. |
Make suggestions of examples you think are missing by adding a comment to this issue.
The more specific you are, the better.
I will convert those items that I think are good ideas into separate issues and put a link to them in here.
I would be very thankful for any help from experienced Odin programmers who can write idiomatic Odin. See the Issues tab for ideas of examples to implement.
The text was updated successfully, but these errors were encountered: