Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f65f6c

Browse filesBrowse files
N38: Notan (rust-gamedev#1171)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent e8c8460 commit 9f65f6c
Copy full SHA for 9f65f6c

File tree

2 files changed

+20
-0
lines changed
Filter options

2 files changed

+20
-0
lines changed

‎content/news/038/index.md

Copy file name to clipboardExpand all lines: content/news/038/index.md
+20Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,26 @@ on Reddit.
412412
[rayon]: https://github.com/rayon-rs/rayon
413413
[Barnes-Hut]: https://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation
414414

415+
### [Notan v0.7][Notan]
416+
417+
![notan examples](notan.gif)
418+
419+
[Notan] is a simple and portable layer designed to create your own
420+
apps on top of it without worrying about platform-specific code.
421+
422+
It provides a set of APIs and tools that can be used to create your
423+
project in an ergonomic manner without enforcing any structure or pattern,
424+
sharing the same codebase across multiple platforms.
425+
426+
The focus of version [v0.7] was improvements and fixes, however the main
427+
improvement was how textures are created, allowing to create textures that
428+
depend on the backend. The main benefit of this new feature is that Notan
429+
can now load on browsers to the GPU `HtmlImageElement` or it could load
430+
other types of browser's images as well (like `HtmlCanvasElement`).
431+
432+
[Notan]: https://github.com/Nazariglez/notan
433+
[v0.7]: https://github.com/Nazariglez/notan/releases
434+
415435
## Popular Workgroup Issues in Github
416436

417437
<!-- Up to 10 links to interesting issues -->

‎content/news/038/notan.gif

Copy file name to clipboard
1.92 MB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.