Hi, There is a good chance to push and promote Ada in the area of game development coming up, but is SDL specific. The official SDL Discord (SDL Enthusiasts) are having a Game jam if anyone wants to enter. You must use SDL1, 2 or 3 (no other drawing libs allowed apparently, so no gl, vulkan, meta...
from Irvise: The deadline has already passed by a long shot, but it seems that one can still do so. Also, do not forget to share it with other (Ada) programmers!
Thank you all for the meetup and specially to @AJ-Ianozi for his presentation on GetAda! Here are the main topics and links that were discussed: GetAda The HN thread about GetAda The list of talks that will be presented during the Ada Developer Workshop The early-bird registration deadline for...
Getada installs Alire on Mac and Linux and adds it to PATH.
You can use a one-liner copy-paste terminal command to install #Ada and get to coding in just a few minutes https://www.getada.dev/
The Twitch streamer Tsoding has been learning Ada over the last week by building a game with the raylib graphics library. It’s been fun to watch, albeit a bit frustrating when he only skims the documentation then claims it doesn’t answer his question. Day 1 Day 2 Day 3 Day 4 Day 5 Day 6 Day ...
Welcome to the monthly What Are You Working On? Post.
Share here what you've worked on during the last month. Anything goes: concepts, change logs, articles, videos, code, commercial products, etc, so long as it's related to Ada. From snippets to theses, from text to video, feel free to let us know what you've done or have ongoing. Please stay on the topic of Ada programming language.
The March 2024 Meetup just finished! Thanks to everybody who participated. Quite a few topics were discussed, here is a list of topics and references to them: WolfSSL and its Ada binding Announcement Initial commit, SPARK included! Build as a library, PR currently open WolfSSL created the bindin...
A full implementation of the parallel features of Ada 2022 is yet to be released. In the meantime, here is a light-weight-threading library that provides essentially all of the parallel features of Ada 2022, using various generics, etc. Scheduling is provided using a plug-in architecture. If no sche...
For this three part series, we implemented a ‘pedal to the metal’ GPIO driven, flashing of a LED, in the context of a Linux kernel module for the NVIDIA Jetson Nano development board (kernel-based v4.9.294, arm64) in my favorite programming language … Ada! Part 1. Review of a kernel module, build st...
Link Actions
For this three part series, we implemented a ‘pedal to the metal’ GPIO driven, flashing of a LED, in the context of a Linux kernel module for the NVIDIA Jetson Nano development board
AURA is a proposed specification for a native Ada source code package management system, developed in lock-step with a reference implementation. This links to the documentation (from where the Github project and such can be easily found).