Search found 2 matches

by kohsine
Tue Apr 02, 2024 9:36 pm
Forum: News
Topic: Google Summer of Code 2024
Replies: 8
Views: 6751

Re: Google Summer of Code 2024

Was too late the revise my app to GSoC so submitting here.
by kohsine
Fri Mar 29, 2024 11:29 pm
Forum: News
Topic: Google Summer of Code 2024
Replies: 8
Views: 6751

Re: Google Summer of Code 2024

Task: draws the text 'Hello GSoC 2024' and creates a button 'Paint' that will change the color of that text between any three colors Solution: #![no_std] #![no_main] use alloc::vec::Vec; use cstr_core::{cstr, CStr}; use kos::{ graphics::{display_message, Color, Dot, Size}, input::fetch_key, system::...