Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xframes-project/xframes-gnustep-objective-c
GPU accelerated UI development for GNUStep's Objective C
https://github.com/xframes-project/xframes-gnustep-objective-c
gnustep objective-c
Last synced: 3 days ago
JSON representation
GPU accelerated UI development for GNUStep's Objective C
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-gnustep-objective-c
- Owner: xframes-project
- License: mit
- Created: 2025-01-10T15:18:12.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:36:46.000Z (3 days ago)
- Last Synced: 2025-01-10T19:37:22.565Z (3 days ago)
- Topics: gnustep, objective-c
- Language: Objective-C
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xframes-gnustep
## Instructions
### Install GNUStep
#### Ubuntu
`sudo apt install gnustep gnustep-devel clang plocate libxml2-dev libxslt1-dev`
`locate objc.h`
Copy the path, change the command accordingly and run (replace `` with the actual path):
`sudo ln -s /usr/local/include/objc`
For example
`sudo ln -s /usr/lib/gcc/x86_64-linux-gnu/14/include/objc /usr/local/include/objc`
### Building
#### Ubuntu
``clang `gnustep-config --objc-flags` -o main main.m `gnustep-config --base-libs` -lm``
## Screenshots
Ubuntu 24.04
![image](https://github.com/user-attachments/assets/026e6cee-c704-4226-9bf7-1084e97b13d4)