Search found 12 matches

by arnavbhatt288
Sun Jun 23, 2024 1:08 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: (GSoC 2024) SDL2 Library

Filesystem driver has been implemented (https://github.com/arnavbhatt288/sdl-2.30.3-kolibri/commit/f6ace07b244d502d650df62fa0869311ac6933d6): filesystem.png Other missing features that were implemented are: - Timer support (https://github.com/arnavbhatt288/sdl-2.30.3-kolibri/commit/59e47d974d5af02cd...
by arnavbhatt288
Thu Jun 20, 2024 12:07 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: (GSoC 2024) SDL2 Library

Clipboard support has been added. Copying text from a SDL2 program: 2024-06-20 01-36-57.mp4 Pasting text from a SDL2 program: 2024-06-20 01-38-27.mp4 Required changes have been pushed to the repository: https://github.com/arnavbhatt288/sdl-2.30.3-kolibri/commit/99fe57fb2dada2ae2bee4c637ad403e52458357a
by arnavbhatt288
Mon Jun 17, 2024 2:28 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: (GSoC 2024) SDL2 Library

Keyboard and mouse event is now implemented. Keyboard event: keyboard_event.mp4 Mouse button event: mouse_event.mp4 Mouse hover event: mouse_hover_event.mp4 Loading cursor through SDL2 is now also supported. This pictures showcases loading default SDL2 cursor: photo_2024-06-17_01-46-34.jpg Here is ...
by arnavbhatt288
Sun Jun 16, 2024 11:28 pm
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: (GSoC 2024) SDL2 Library

Keyboard and mouse event is now implemented. Keyboard event: keyboard_event.mp4 Mouse button event: mouse_event.mp4 Mouse hover event: mouse_hover_event.mp4 Loading cursor through SDL2 is now also supported. This pictures showcases loading default SDL2 cursor: photo_2024-06-17_01-46-34.jpg Here is ...
by arnavbhatt288
Sun Jun 16, 2024 11:18 pm
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: (GSoC 2024) SDL2 Library

Keyboard and mouse event is now implemented. Keyboard event: keyboard_event.mp4 Mouse button event: mouse_event.mp4 Mouse hover event: mouse_hover_event.mp4 Loading cursor through SDL2 is now also supported. This pictures showcases loading default SDL2 cursor: photo_2024-06-17_01-46-34.jpg
by arnavbhatt288
Tue Jun 11, 2024 1:32 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: (GSoC 2024) SDL2 Library

Video subsystem for SDL2 is now functional. Loading a bitmap file as a texture for test:
Downloaded 22 times
Now, keyboard and mouse events are being implemented.
by arnavbhatt288
Mon Jun 10, 2024 2:19 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: (GSoC 2024) SDL2 Library

Sweetbread wrote: Mon Jun 10, 2024 12:26 am Hi! May I make a mirror of your repo on official KOS's git host?
Sure, why not?
by arnavbhatt288
Sat Jun 01, 2024 2:16 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: (GSoC 2024) SDL2 Library

Changes for audio support have been pushed to the repository:
https://github.com/arnavbhatt288/sdl-2. ... 16ff3ee6a4

A test program is pre-compiled (the playwav program) for demonstrating the audio support:
Downloaded 21 times
by arnavbhatt288
Sun May 26, 2024 2:57 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: SDL2 Library

Playing a WAV file through SDL2 (without using SDL_mixer) on KolibriOS:
wav file demo
Downloaded 35 times

The program itself:
playwav.zip (1.75 KiB)
Downloaded 37 times
I have yet to push changes to my repository for audio support though.
by arnavbhatt288
Thu May 23, 2024 2:39 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

Re: SDL2 Library

Currently, I have made a working audio driver for SDL2:
Downloaded 33 times
The program which randomly generates tones and feeds to an audio buffer, was compiled using SDL2 library.
The driver needs more work before I will push the changes to my repository though.
by arnavbhatt288
Thu May 23, 2024 2:34 am
Forum: Application libraries
Topic: (GSoC 2024) SDL2 Library
Replies: 14
Views: 1566

(GSoC 2024) SDL2 Library

Hi there. I am porting SDL2 library to KolibriOS as a Contributor of GSoC 2024, for Kolibri Project Team. Project repo: https://github.com/arnavbhatt288/sdl-2.30.3-kolibri/ Project details: https://summerofcode.withgoogle.com/programs/2024/projects/U7cf4oma This board topic will get posts about info...
by arnavbhatt288
Tue Apr 02, 2024 6:40 pm
Forum: News
Topic: Google Summer of Code 2024
Replies: 8
Views: 6742

Re: Google Summer of Code 2024

GSOC Task: SDL2 Port for KolibriOS Test Task: Fixing sound bug of PokeMini: https://github.com/KolibriOS/kolibrios/issues/18 There is a small bug in PokeMini where closing the program using "X" button of the window, last played in game sound hangs on which continues to play as a single inf...