@@ -599,34 +599,13 @@ article could be found [here][gfs_article].
599599[ ![ rg3d feature highlights] ( rg3d-gfs.png )] [ rg3d_gfs ]
600600__ A video by [ @GameFromScratch ] [ gfs_channel ] __
601601
602- Some of the recent engine updates:
603-
604- ``` markdown
605- - Physically-based rendering (PBR).
606- - Custom shaders and materials.
607- - High dynamic range rendering.
608- - Tone mapping.
609- - Color grading.
610- - Gamma correction.
611- - Manual + Auto exposure for camera.
612- - Emission maps.
613- - Deferred decals.
614- - Curve editor widget.
615- - Behavior trees.
616- - Custom curves supports.
617- - Ability to create sound engine without a sound device.
618- - Asset management improvements.
619- - Mask char for TextBox and FormattedText.
620- - Ability to change path of resources.
621- - Improvements for FileSelector widget.
622- - Various fixes for scene resolving stage.
623- - Provide a way to alter control flow of event loop in `Framework`.
624- - A way to create custom particle set in `ParticleSystem`.
625- - `#[visit(option)]` attribute for Visit proc macro.
626- - Ability to pause particle systems.
627- - UI performance improvements.
628- - Other various fixes and improvements.
629- ```
602+ Lots has been happening with recent rg3d engine development. Physically-based
603+ rendering (PBR) was added. High dynamic range rendering is now supported, along
604+ with tone mapping, color grading, and gamma correction. Manual and auto-exposure
605+ functionality was added for cameras. There is now a widget for editing curves,
606+ and it supports custom curves. Lots of usability improvements were made, such as
607+ begin able to change the path of resources, UI performance gains, and better
608+ ways to manage assets.
630609
631610[ rg3d ] : https://github.com/mrDIMAS/rg3d
632611[ rg3d_discord ] : https://discord.gg/xENF5Uh
@@ -711,28 +690,12 @@ combines a vim-like modal interface with a cursor-based editor.
711690- Community: [ Discord] ( https://discord.gg/xHggPjfsS9 )
712691- Download: [ rx-0.5.2-x86_64.AppImage] [ rx_download ]
713692
714- Release v0.5 was just published with the following new features and updates:
715-
716- ``` markdown
717- - New tool `:flood`, for filling an area with color
718- - New brush mode `line`, for drawing straight lines
719- - New command `:selection/flip <axis>` to flip the current selection
720- - New command `:export <resize> <path>`, eg. `:export @2x meme.gif`
721- - New command `:p/write <file>` to save the color palette to a file
722- - New command `:p/sample` to sample view colors into palette
723- - New command `:p/sort` to sort the palette colors
724- - New command `:p/gradient` to add a color gradient to the palette
725- - New setting `:p/height` to set the palette height in cells
726- - Move between frames with `h` and `l` keys
727- - Use *pan* tool in help mode
728- - Fix command key ':' for non-ANSI layouts
729- - Implement new command parser based on `memoir`
730- - Add compatibility for non x86-64 systems
731- - Support pasting from clipboard in command-line
732- - Support character inputs in key mappings, eg. `map '?' :help`
733- - Skip unreadable files when reading a directory
734- - New, smoother animation rendering
735- ```
693+ Release v0.5 was just published. There are several new commands that help with
694+ color palettes. A flood fill tool has been added. You can now move between
695+ frames with the ` h ` and ` l ` keys. The command key ` : ` has been fixed to help
696+ with non-ANSI layouts. Compatability was added for non x86_64 systems. Support
697+ was added for pasting from the clipboard into the command line. Animation
698+ rendering is now a lot smoother.
736699
737700[ rx ] : https://rx.cloudhead.io
738701[ rx_discord ] : https://discord.gg/xHggPjfsS9
0 commit comments