raylib technologies

109 posts

raylib technologies banner
raylib technologies

raylib technologies

@raylibtech

Building tech and tool for the future! Based on high-performant multi-platform open-source techs: #raylib #raygui #rres Send PM for more info!

Barcelona, Spain Beigetreten Mayıs 2018
131 Folgt4.5K Follower
raylib technologies
raylib technologies@raylibtech·
Sale! All raylibtech tools at 50%!!! 🚀 - rTexPacker - textures packer and forn atlas generator! - rTexViewer - image, board, shader editor! - rrespacker - assets packer! - rInstallFriendy - installer creator! - more... Get them all! 💯 itch.io/s/168948/rayli…
English
0
0
26
35.5K
raylib technologies retweetet
Ray
Ray@raysan5·
New release: **rTexPacker v5.5** by @raylibtech! Sprites packer and font atlas generator! 🔥 Including some new features requested by users: - Folder prepend on name - Multi-sprite selection for tag edit - Auto sprite-split on load - Text unique codepoints-scan for font-atlas - Even faster atlas gen for +10K sprites - Multiple export options for image + descriptor Missing some feature? Just ask me about it! 🚀 Get it on itchio: raylibtech.itch.io/rtexpacker or wait a bit for the Steam update (free for owners)! 💯
Ray tweet mediaRay tweet media
English
0
11
159
8.3K
raylib technologies
raylib technologies@raylibtech·
Hey! Just released rTexPacker v5.0!!! 🚀 Pack your sprites and font glyphs! Many new features on this new release: sprite tags, sprite slicing, sprite collider editor, manual positioning, unique codepoints loading from text, new UI style...🤯 Try it now: raylibtech.itch.io/rtexpacker
raylib technologies tweet mediaraylib technologies tweet mediaraylib technologies tweet mediaraylib technologies tweet media
English
0
7
135
23.5K
raylib technologies
raylib technologies@raylibtech·
@me_app raygui is an immediate mode library and some properties are global for all the controls, like TEXT_SIZE. To draw some control using a different size, it can be done with:
raylib technologies tweet media
English
1
0
0
106
ME
ME@me_app·
@raylibtech Had to try it how to change the font sizes for Match %?
ME tweet media
English
1
0
0
51
raylib technologies
raylib technologies@raylibtech·
Hey! **rGuiStyler 6.0** is out! A complete redesign for this raygui styles designer tool! I also created this new style called "Genesis"! I really like it, I think I'm using it with all my other tools! 😄 The tools is free and open-source! Try it online: raylibtech.itch.io/rguistyler
raylib technologies tweet media
English
2
8
51
8K
raylib technologies
raylib technologies@raylibtech·
After several months of work I just published **rInstallFriendly v2.0**! Installation time has been improved considerably!!! (Currently ~20 sec. to install ~2GB of data)🤯 Also added a minimum installation time config option and more! 🚀 Get it now: raylibtech.itch.io/rinstallfriend…
English
0
2
24
5.8K
raylib technologies
raylib technologies@raylibtech·
**rTexViewer 4.0** is published! Biggest update ever of the tool with MANY new features, including a NEW **shader code editor with auto-hot-reloading**! The only image board with custom dynamic shaders support! 🚀 raylibtech.itch.io/rtexviewer/dev…
English
0
3
29
3K
Casper Børgesen
Casper Børgesen@casperborgesen·
@raylibtech I would be worried about how well received the software will be, when very few can read the disk (no floppy drive), bad sectors and of course the growing population not knowing what to do with it 😂
English
1
0
2
1.3K
raylib technologies
raylib technologies@raylibtech·
@redstonemc2003 Not at the moment but I really considered doing some limited-edition floppies for some of my tools! 😄
English
2
0
31
1.8K
.NET
.NET@dotnet·
#MSBuild session highlight: Running .NET on the NES. Walk through how to make C# programs run on a 1985 game console with a 6502 microprocessor; reverse engineering, opcodes, MSIL, binary formats, and much, much more! Join us. msft.it/6016YVG5r
.NET tweet media
English
3
30
119
17K
raylib technologies
raylib technologies@raylibtech·
Hey! raylib technologies toolset for gamedev is on sale! 50% off for individual tools and even more if you get the 5 tools bundle! Get them now! ---> itch.io/s/109112/rayli… Thanks for your support! ❤️
raylib technologies tweet media
English
0
1
13
4.5K
raylib technologies
raylib technologies@raylibtech·
@Coxlin Hehehe... actually that PR included just a typo and some formatting tweaks (following raylib conventions), the commits list was the syncing with current master branch for the fork... In any case, everybody is welcome to contribute to raylib, PRs are carefully reviewed.
English
0
0
3
333
raylib technologies
raylib technologies@raylibtech·
@AnthonyRabine actually I prefer move the opposite direction, make all tools/techs independent, divided in pieces, to allow anyone to use any piece/tool with their own engine/technology. Monolith engines could be handy but as they grow, complexity increases and maintenance gets more difficult
English
0
0
6
267
raylib technologies
raylib technologies@raylibtech·
Do you need engine-agnostic custom tools for your next game? Multiplatform, performant, self-contained, pipeline-ready, code-sustainable Sprite packer, resource packer, viewers, editors... Sample tools: raylibtech.itch.io Be the owner of your technology. Let's talk!
raylib technologies tweet media
English
3
32
237
27.1K
raylib technologies
raylib technologies@raylibtech·
@davidmekersa I think what devs need is good tooling to accelerate the development process. why engine tooling must be linked to a specific engine when it could be completely engine-agnostic? why engine tooling must be a monolithic piece of software when it could be modular?
English
3
2
32
17.6K
David Gamecodeur - BASIC & Bytes Nostalgic
What blows my mind is that all the mentioned alternatives are engines. No one seems to remember that you can create massive 2D games with code, often more easily than with an engine. I even read "Unreal" when the thing is FPS-oriented and extremely heavy for an indie. You can do anything with Monogame or Raylib @raylibtech for example, and stick with C#.
English
1
0
3
1.1K
raylib technologies
raylib technologies@raylibtech·
@DMeisam3 Despite there are some tutorials on YouTube, raylib doesn't have official tutorials. It's intended to be learnt looking at the available examples (some previous C language knowledge required). In the web there are many examples organized by complexity: raylib.com/examples.html
English
1
0
1
59
Meisam3DFox
Meisam3DFox@DMeisam3·
@raylibtech Raylib is so cool. I want to learn Raylib, but I can't find any tutorials, about that. Do you have any tutorials about that?
English
1
0
0
50
raylib technologies
raylib technologies@raylibtech·
Big update! Many great improvements! Specially important one: redesigned GuiTextBox() to allow cursor movement, including mouse positioning! Updating all the published tools in the following weeks! ♥️
Ray@raysan5

Hey! raygui 4.0 is out! the biggest update in 9 years! 😄 A simple and easy-to-use immediate-mode gui library! Perfect for multi-platform high-performant small tools development! Multiple styles available or create your custom ones! FOSS! Release info: github.com/raysan5/raygui…

English
2
4
25
5.4K