Gionasan
Ho guys,
I’m new to Elixir and I’m switching from my Java OOP formation to FP. I’m finding the official guide very good for learning.
I would like to realize a graphic project: I want to make something similar to Processing but in FP ( Processing - Wikipedia , https://processing.org/ ).
To do this, I have to learn about GPU programming (no experience) and how to access it from the higher level environment Elixir.
I need some indicati in, no matter It could take a lot. I’m working on this on free time and have no deadlines, just enjoy this project as It come.
Thank you a lot
GM
Trending in Questions
Hello!
Suppose you are building workflow (order / task / payment) processing system with the following requirements:
Each workflow con...
New
Hey guys,
I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly
Do you guys have any suggestions what is the best prac...
New
Hello!
Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app.
I creat...
New
I have what I’ve heard referred to as a “lookup table” in my database. This is a way of assigning codes to common values. One common lo...
New
Hello,
I’m developing a online persistent chat system (what’s app) like using elixir/dynamodb/aws for a mobile app(flutter).
The diffic...
New
What approach to take when sending live updates to “random” users Hi! I have a question, I have a little chat app, and when I create a DM...
New
I think I’ve found a small improvement I could contribute to <%= web_namespace %>.CoreComponents (installer/templates/phx_web/compo...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 2- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
mindok
There are a couple of projects around making use of the GPU.
In Erlang, there’s a long-running project called Wings3D (http://www.wings3d.com) that uses OpenGL.
The Elixir projects seem mainly to focus on machine-learning. There’s an entry point to that world here: Elixir and Machine Learning: Nx v0.1 released! - Dashbit Blog, OR JIT/GPU accelerated deep learning for Elixir with Axon v0.1, and some work that predates Nx here: Deep Learning library with GPU(CUDA/cuBLAS)
Good luck with your project!
al2o3cr
You can access OpenGL via the Erlang standard library’s
:glmodule.I found a good blog post about this but it’s from 2016 and some of the code needed sprucing up to run on modern Erlang / Elixir / wxWidgets versions. Repo for that version is GitHub - al2o3cr/elixir_opengl: Demo app for interacting with OpenGL from Elixir · GitHub