Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

bluebones-team/ptbk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

this is a MATLAB package, which increase the speed of PsychToolbox devlopment and decrease bug.

add +PTB folder path to MATLAB search path to install

example

app = PTB.App(); % build app
app.debug(); % debug mode
app.backgroundColor = [255 255 255];
app.begin(); % run app
app.Element.multiText('welcome to test task\npress space key to start'); % draw muti-lines text
app.Element.render(inf); % render texture, and listen keyboard
app.finish(); % end app

todo

refactor to MVVM architecture

About

PsychToolbox development framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages