writing applications, features, plugins, gadgets…
Is there anyway a C newbie like me may help? @Thanatermesis
Sure! Every feature in the Elive desktop (Enlightenment) is a C emodule, like the pager, ecomorph, engage (dock), penguins, window controls, menu, even the configurator is an emodule, so let's say that the limits is your imagination
You can download some templates from here https://git.enlightenment.org/ (Emodules section) to have an idea of how the code looks like, but maybe some doesn't compile due to new library api
But as a better example of how the Enlightenment Libraries work, elicit is a very small app perfect as a code example GitHub - Elive/elicit: Color picking tool
1 Like